ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Sunburst<T> Class / InnerText Property

In This Topic
    InnerText Property (Sunburst<T>)
    In This Topic
    Gets or sets the text inside the pie (at the pie center).
    Syntax
    'Declaration
     
    Public Property InnerText As String
    public string InnerText {get; set;}
    See Also